home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr40 / x1j4_src.zip / TNL4E.H < prev    next >
Text File  |  1995-01-20  |  2KB  |  67 lines

  1. /*****************************************************************************/
  2. /*                                              */
  3. /*                                         */
  4. /*    *****              *****                      */
  5. /*     *****            *****                         */
  6. /*       *****          *****                         */
  7. /*         *****        *****                         */
  8. /*  ***************      ***************                     */
  9. /*  *****************    *****************                     */
  10. /*  ***************      ***************                     */
  11. /*         *****        *****       TheNet                    */
  12. /*       *****          *****       Portable. Compatible.         */
  13. /*     *****            *****       Public Domain             */
  14. /*    *****              *****    NORD><LINK                  */
  15. /*                                         */
  16. /* This software is public domain ONLY for non commercial use                */
  17. /*                                                                           */
  18. /*                                         */
  19. /*****************************************************************************/
  20.  
  21. /*
  22.  * Released as TheNet X-1J, September 1993
  23.  *
  24.  * Released as TheNet X-1J release 4, January 1995
  25.  */
  26.  
  27. /*** externe Definitionen fuer Level 4                       ***/
  28. extern    char     myid[];    /* Call des TNC                     */
  29. extern    unsigned nmbfre;    /* Zahl der freien Buffer             */
  30. extern    lhtyp     l3txl;        /* Level3 zu senddende Frames             */
  31. extern    nodtyp     *despoi;    /* Pointer auf aktuellen Knoten             */
  32. extern    cirtyp     cirtab[];    /* Circuit Tabelle                 */
  33. extern    cirtyp     *cirpoi;    /* Pointer in Circuit Tabelle             */
  34. extern    unsigned ininat;    /* no activity timeout                 */
  35. extern    unsigned conctl;    /* congestion control                 */
  36. extern    BOOLEAN     VCpar;        /* Call ueberpruefen Flag             */
  37.  
  38. /*** Definitionen aus Level1 (im Eprom)                         */
  39. extern  unsigned DEFTTO;    /* Timeout                     */
  40. extern  unsigned DEFTTR;    /* Versuche                     */
  41. extern  unsigned DEFTAC;    /* ACK Wartezeit                 */
  42. extern  unsigned DEFTBS;    /* Busy Wartezeit                 */
  43. extern  unsigned DEFTWI;    /* Fenstergroesse                 */
  44.  
  45. #ifdef MANAGED
  46. extern unsigned auditmask;
  47. extern char AudCon[];
  48. extern char AudConAcc[];
  49. extern char AudDisc[];
  50. extern char AudDiscAcc[];
  51. #endif
  52.  
  53. /*** nicht-integer zurueckgebende Funktionen des Level 4             */
  54. mhtyp     *gennhd();
  55.  
  56. #ifdef ACL
  57. extern ACLMB acl;
  58. extern unsigned char acl_mask;
  59. #endif
  60.  
  61. #ifdef IPROUTE
  62. extern lhtyp iprxfl;
  63. extern lhtyp arprxfl;
  64. #endif
  65.  
  66. /*** Ende dnl4e.h                               ***/
  67.